-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github: add mypy workflow #3356
Conversation
This will run mypy only on changed files
Don't mind this PR (yet), I am just experimenting with static type checking |
For Packit we have it in the pre-commit hooks (along with |
Have you considered enabling mypy in vcs diff lint? |
I want to also test |
Analysing diffs is never that interesting or powerful because it has a limited scope (the diff); what csdiff does OTOH is that it does the analysis of both old and new base codes, and only prints new issues. |
But ruff sounds very good! |
This will run mypy only on changed files